home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TNEWSMOVIE / TNEWSMOVIE.txt
Text File  |  2002-07-04  |  5KB  |  218 lines

  1. object NewsMovie: TNewsMovie
  2.   Left = 329
  3.   Top = 145
  4.   BorderStyle = bsNone
  5.   Caption = 'ActionHint'
  6.   ClientHeight = 33
  7.   ClientWidth = 503
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Visible = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 503
  25.     Height = 33
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     Color = clWhite
  29.     TabOrder = 0
  30.     object FoxmailTickerPanel: TPanel
  31.       Left = 18
  32.       Top = 0
  33.       Width = 480
  34.       Height = 33
  35.       Align = alClient
  36.       BevelOuter = bvNone
  37.       Color = clBlack
  38.       TabOrder = 0
  39.     end
  40.     object ImageRight: TPanel
  41.       Left = 498
  42.       Top = 0
  43.       Width = 5
  44.       Height = 33
  45.       Cursor = crHSplit
  46.       Align = alRight
  47.       BevelInner = bvRaised
  48.       BevelOuter = bvNone
  49.       BevelWidth = 2
  50.       TabOrder = 1
  51.     end
  52.     object PanelLeft: TPanel
  53.       Left = 0
  54.       Top = 0
  55.       Width = 18
  56.       Height = 33
  57.       Align = alLeft
  58.       PopupMenu = PM
  59.       TabOrder = 2
  60.       OnMouseDown = ImgFoxMouseDown
  61.       object ImgFox: TImage
  62.         Left = 1
  63.         Top = 4
  64.         Width = 16
  65.         Height = 16
  66.         PopupMenu = PM2
  67.         Transparent = True
  68.         OnMouseDown = ImgFoxMouseDown
  69.       end
  70.     end
  71.   end
  72.   object PM: TPopupMenu
  73.     MenuAnimation = [maNone]
  74.     OnPopup = PMPopup
  75.     Left = 50
  76.     Top = 1
  77.     object MI_Open: TMenuItem
  78.       Caption = '&Open'
  79.       Default = True
  80.       OnClick = MI_OpenClick
  81.     end
  82.     object MI_Markasread: TMenuItem
  83.       Caption = 'Mark as &read'
  84.       OnClick = MI_MarkasreadClick
  85.     end
  86.     object MI_Delete: TMenuItem
  87.       Caption = '&Delete'
  88.       OnClick = MI_DeleteClick
  89.     end
  90.     object PM_Clear: TMenuItem
  91.       Caption = '&Clear All Current'
  92.       OnClick = PM_ClearClick
  93.     end
  94.     object N5: TMenuItem
  95.       Caption = '-'
  96.     end
  97.     object PM_Messages: TMenuItem
  98.       Caption = '&Messages'
  99.       OnClick = PM_MessagesClick
  100.       object N3: TMenuItem
  101.         Caption = '-'
  102.       end
  103.     end
  104.     object N1: TMenuItem
  105.       Caption = '-'
  106.     end
  107.     object PM_Setting: TMenuItem
  108.       Caption = '&Settings'
  109.       object PM_Height: TMenuItem
  110.         Caption = '&Height'
  111.         object SingleLine1: TMenuItem
  112.           Caption = '&Single Line'
  113.           GroupIndex = 1
  114.           RadioItem = True
  115.           OnClick = SingleLine1Click
  116.         end
  117.         object MultipleLine1: TMenuItem
  118.           Tag = 1
  119.           Caption = '&Multiple Line'
  120.           GroupIndex = 1
  121.           RadioItem = True
  122.           OnClick = SingleLine1Click
  123.         end
  124.       end
  125.       object PM_Speed: TMenuItem
  126.         Caption = '&Speed'
  127.         object VerySlow1: TMenuItem
  128.           Tag = 1
  129.           Caption = '&Very Slow'
  130.           GroupIndex = 2
  131.           RadioItem = True
  132.           OnClick = VeryFast1Click
  133.         end
  134.         object Slow1: TMenuItem
  135.           Tag = 2
  136.           Caption = '&Slow'
  137.           GroupIndex = 2
  138.           RadioItem = True
  139.           OnClick = VeryFast1Click
  140.         end
  141.         object Normal1: TMenuItem
  142.           Tag = 3
  143.           Caption = '&Normal'
  144.           GroupIndex = 2
  145.           RadioItem = True
  146.           OnClick = VeryFast1Click
  147.         end
  148.         object Fast1: TMenuItem
  149.           Tag = 4
  150.           Caption = '&Fast'
  151.           GroupIndex = 2
  152.           RadioItem = True
  153.           OnClick = VeryFast1Click
  154.         end
  155.         object VeryFast1: TMenuItem
  156.           Tag = 5
  157.           Caption = 'Very F&ast'
  158.           GroupIndex = 2
  159.           RadioItem = True
  160.           OnClick = VeryFast1Click
  161.         end
  162.       end
  163.       object PM_Background: TMenuItem
  164.         Caption = '&Background'
  165.         OnClick = PM_BackgroundClick
  166.         object bassorelievobuiltin1: TMenuItem
  167.           Caption = 'Basso-relievo (built-in)'
  168.           GroupIndex = 1
  169.           RadioItem = True
  170.           OnClick = bassorelievobuiltin1Click
  171.         end
  172.         object Black1: TMenuItem
  173.           Tag = 1
  174.           Caption = '&Gradient black (built-in)'
  175.           GroupIndex = 1
  176.           RadioItem = True
  177.           OnClick = bassorelievobuiltin1Click
  178.         end
  179.         object PM_SELBACK: TMenuItem
  180.           Tag = 2
  181.           Caption = '&Select Bitmap...'
  182.           GroupIndex = 1
  183.           RadioItem = True
  184.           OnClick = bassorelievobuiltin1Click
  185.         end
  186.       end
  187.       object Font1: TMenuItem
  188.         Tag = 1
  189.         Caption = '&Font Color...'
  190.         OnClick = PM_SELBACKClick
  191.       end
  192.     end
  193.     object N2: TMenuItem
  194.       Caption = '-'
  195.     end
  196.     object PM_Hide: TMenuItem
  197.       Caption = '&Hide'
  198.       OnClick = PM_HideClick
  199.     end
  200.   end
  201.   object PM2: TPopupMenu
  202.     MenuAnimation = [maNone]
  203.     OnPopup = PM2Popup
  204.     Left = 274
  205.     Top = 1
  206.     object N4: TMenuItem
  207.       Caption = '-'
  208.     end
  209.   end
  210.   object Language: TLanguage
  211.     LangCenter = DM_Language.LangCenter
  212.     ResStrings.Strings = (
  213.       '0001=Can not find this message!')
  214.     Left = 146
  215.     Top = 1
  216.   end
  217. end
  218.